Learn R Programming

EventStudy (version 0.39.2)

CAAR Results.: An R6 object that contains CAAR results.

Description

An R6 object that contains CAAR results.

An R6 object that contains CAAR results.

Arguments

Format

R6Class object.

Public fields

caar_tbl

CAAR results.

statistics_tbl

CAAR test statistic results. Class initialization

Methods


Method new()

Usage

CAAResults$new(caar_tbl, statistics_tbl)

Arguments

caar_tbl

CAAR result table.

statistics_tbl

Table with statistics.


Method print()

Print key characteristics.

Usage

CAAResults$print()


Method clone()

The objects of this class are cloneable with this method.

Usage

CAAResults$clone(deep = FALSE)

Arguments

deep

Whether to make a deep clone.